func runtime.stopTheWorld

9 uses

	runtime (current package)
		heapdump.go#L22: 	stopTheWorld(stwWriteHeapDump)
		mprof.go#L904: 	stopTheWorld(stwGoroutineProfile)
		mprof.go#L969: 	stopTheWorld(stwGoroutineProfileCleanup)
		mprof.go#L1104: 	stopTheWorld(stwGoroutineProfile)
		mprof.go#L1190: 		stopTheWorld(stwAllGoroutinesStack)
		mstats.go#L361: 	stopTheWorld(stwReadMemStats)
		os_linux.go#L745: 	stopTheWorld(stwAllThreadsSyscall)
		proc.go#L1257: func stopTheWorld(reason stwReason) {
		proc.go#L1309: 	stopTheWorld(reason)